runtime.moduledata.typemap (field)
8 uses
runtime (current package)
plugin.go#L28: if md.typemap != nil {
symtab.go#L433: typemap map[typeOff]*_type // offset to *_rtype in previous module
type.go#L188: if t := md.typemap[off]; t != nil {
type.go#L285: if prev.typemap == nil {
type.go#L288: t = prev.typemap[typeOff(tl)]
type.go#L300: if md.typemap == nil {
type.go#L306: md.typemap = tm
type.go#L316: md.typemap[typeOff(tl)] = t
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |